Week 5
Milestones
- Implemented Incoming methods in python
 - Created the validation module
 - Error handeling for incoming methods
 
Contributions
Implementation of IncomingRequestswe're advised to use the same PR for both incoming and outgoing methods.
Learnings
- I learnt error handling in python, following a more modular file structure. More details can be found at Python Docs.
 - Leant more about Json Web Encryption, Header & Payload Validation.